home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak 2 - Disc 2 / Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso / Telnet-Clients / secmail.exe / _setup.1 / SecureMail.exe / 0 / RCDATA / TMSMESSAGEPRINTERSTATUS / TMSMESSAGEPRINTERSTATUS.txt < prev   
Text File  |  1998-11-20  |  835b  |  43 lines

  1. object msMessagePrinterStatus: TmsMessagePrinterStatus
  2.   Left = 200
  3.   Top = 108
  4.   ActiveControl = ButtonCancel
  5.   BorderStyle = bsDialog
  6.   Caption = 'Printing'
  7.   ClientHeight = 108
  8.   ClientWidth = 316
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Status: TLabel
  18.     Left = 64
  19.     Top = 24
  20.     Width = 44
  21.     Height = 13
  22.     Caption = 'Printing...'
  23.   end
  24.   object Image: TImage
  25.     Left = 16
  26.     Top = 16
  27.     Width = 32
  28.     Height = 32
  29.     Picture.Data = {<image000.bmp>}
  30.   end
  31.   object ButtonCancel: TButton
  32.     Left = 120
  33.     Top = 72
  34.     Width = 75
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = 'Cancel'
  38.     Default = True
  39.     TabOrder = 0
  40.     OnClick = ButtonCancelClick
  41.   end
  42. end
  43.